window: Make resize border size independent
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2021 10:33:30 +0000 (06:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2021 10:45:28 +0000 (06:45 -0400)
commit01d81ffc17f08ee8ddf5e1d0b105303c649f1caf
tree618d9cd85ffb51974c0d850068b4a1d6f897915d
parenta2cd21cab663a0034214c34682960c12b0ad3393
window: Make resize border size independent

Deriving the resize border size from the shadows
carries the risk that we might end up with uneven
resize borders (or none at all, on some sides).

So, justs enforce that we have a big enough shadow
width on all sides.
gtk/gtkwindow.c